#include "stdafx.h"#include "resource.h"Include dependency graph for api_test.cpp:

Defines | |
| #define | MAX_LOADSTRING 100 |
Functions | |
| ATOM | MyRegisterClass (HINSTANCE hInstance) |
| BOOL | InitInstance (HINSTANCE, int) |
| LRESULT CALLBACK | WndProc (HWND, UINT, WPARAM, LPARAM) |
| LRESULT CALLBACK | About (HWND, UINT, WPARAM, LPARAM) |
| int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
Variables | |
| HINSTANCE | hInst |
| TCHAR | szTitle [100] |
| TCHAR | szWindowClass [100] |
| bool | g_bShowOuput = true |
| unsigned long | g_idOutputWindow = 0 |
| deApiHandle | hWindow |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3